text: Constify field of GtkTextLineSegmentClass
authorEmmanuele Bassi <ebassi@gnome.org>
Sat, 15 Oct 2016 20:33:11 +0000 (21:33 +0100)
committerEmmanuele Bassi <ebassi@gnome.org>
Mon, 17 Oct 2016 10:44:11 +0000 (11:44 +0100)
commitb3adbbe5e7240b4ea497fd5cc9ff0d67a5b5a746
treeed5c7f329222ba8062c7151d0b73f9111b64d8e2
parent1f132607f78b9ccee2c6c598baa722eb0d25e4d0
text: Constify field of GtkTextLineSegmentClass

We only use it internally for statically allocated structures, with
static strings, so there's no reason for it to be a `char*`.
gtk/gtktextsegment.h